' Test 9 New Array-like Strings b+ 2021-02-18
' make an array or 10 squares works 2021-02-20 finally!
[
	+= i,1
	jmp i > 18
	sqr = i ^ 2
	set squares, i, sqr
	. /  ;i;/ squared is ;sqr
]
[
	-= i,1
	jmp i <= 0
	get var, squares, i
	. /  ;i;/ squared = ;var
]
. / This is the end of the first test with set and get.
